home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #002 (19xx)(Amiga User Group Deutschland e.V.).zip / Franz PD Disk #002 (19xx)(Amiga User Group Deutschland e.V.).adf / BigMap / POSTER < prev    next >
Text File  |  1986-10-22  |  3KB  |  57 lines

  1. Article 3795 of net.micro.amiga:
  2. Relay-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site well.UUCP
  3. Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site well.UUCP
  4. Path: well!ewhac
  5. From: ewhac@well.UUCP (Leo 'Bols Ewhac' Schwab)
  6. Newsgroups: net.micro.amiga
  7. Subject: Another Crock From The Schwab Collection
  8. Message-ID: <1581@well.UUCP>
  9. Date: 5 Aug 86 06:40:25 GMT
  10. Date-Received: 5 Aug 86 06:40:25 GMT
  11. Reply-To: ewhac@well.UUCP (Leo 'Bols Ewhac' Schwab)
  12. Organization: Whole Earth Lectronic Link, Sausalito CA
  13. Lines: 258
  14. Keywords: ScrollVPort, superbitmap, gameport, crock
  15. Summary: Example of how to use low-level graphics calls (that works!).
  16.  
  17. [ The Ravenous Line Eating Bug of Traal ]
  18.  
  19.     Just when you thought I had run out of stupid ideas...
  20.  
  21.     This program more or less demonstrates how to use the low-level
  22. graphics calls; ScrollVPort() especially.  You might be able to use this as
  23. the model for a larger program.  You might also think of this as the world's
  24. most elaborate "Hello, World!" program.
  25.  
  26.     This program was written under MANX/Aztec C.  Conversion to Lettuce
  27. should be trivial.  To make this beastie, you say:
  28.  
  29. 1> cc bigmap.c
  30. 1> ln bigmap.o -lc -o bigmap
  31.  
  32.     Adjust accordingly as per your environment.
  33.  
  34.     To use the program, plug a joystick into port 2, start the program,
  35. and tilt the joystick around.  To quit, press the fire button.
  36.  
  37.     The program is conspicuously lacking in comments.  Send me mail if
  38. any part of the code confuses you and you want an explanation.  BTW, does
  39. anyone at Amiga have anything to say about this code?  Would you guys have
  40. done something differently?  Any and all feedback would be appreciated.
  41.  
  42.     Have fun.
  43.  
  44. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  45.  ________                ___
  46.            \            /___--__                Leo L. Schwab
  47.   ___  ___ /\               ---##\              ihnp4!ptsfa!well!ewhac
  48.       /   X  \_____    |  __ _---))                      ..or..
  49.      /   /_\--    -----+==____\ // \  _         well ---\
  50. ___ (   o---+------------------O/   \/ \        dual ----> !unicom!ewhac
  51.      \     /                ___ \_  (`o )       hplabs -/       ("AE-wack")
  52.  ____ \___/                          \_/
  53.               Recumbent Bikes:                  "Work FOR?  I don't work FOR
  54.             The _O_n_l_y Way To Fly!                anybody!  I'm just having fun."
  55. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  56. _-_-_-_-_-_-_-_-This is not a shell archive, but cut here anyway.-_-_-_-_-_-_
  57.